<xs:complexType name="PassportCitizenOfForeignCountryEverSinceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="IsCitizenOfForeignCountry" type="xs:boolean" minOccurs="0" maxOccurs="1" nillable="true" />
<xs:element name="Nationality" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
</xs:sequence>
</xs:complexType> |